encoding/xml.Decoder.unmarshalInterface (method)

3 uses

	encoding/xml (current package)
		read.go#L206: func (d *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {
		read.go#L362: 			return d.unmarshalInterface(unmarshaler, start)
		read.go#L370: 				return d.unmarshalInterface(unmarshaler, start)